home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / CHOOSE.DIR / 00129_Script_129 < prev    next >
Text File  |  1994-12-08  |  1KB  |  37 lines

  1. on exitFrame
  2.   global clipCount, returnQT
  3.   set the puppet of sprite 20 to TRUE
  4.   
  5.   put the castnum of sprite 20 into num
  6.   put the name of cast num into QTname
  7.   if QTname contains ".MOV" then
  8.     exit
  9.   else
  10.     --beep
  11.     if (clipcount = 1) or (clipcount = 2) then
  12.       nothing
  13.     else if clipcount = 3 then
  14.       -- jacket off
  15.       set the castNum of sprite 20 to the number of cast "Q4YES.MOV"
  16.     else if clipcount = 4 then
  17.       -- DO YOU MIND if I take my shoes off?
  18.       set the castNum of sprite 20 to the number of cast "Q5NO.MOV"
  19.     else if clipcount = 5 then
  20.       -- OK if I take my skirt off?
  21.       set the castNum of sprite 20 to the number of cast "Q6YES.MOV"
  22.     else if clipcount = 6 then
  23.       -- blouse off 
  24.       set the castNum of sprite 20 to the number of cast "Q7YES.MOV"
  25.     else if clipcount = 7 then
  26.       -- stockings off 
  27.       set the castNum of sprite 20 to the number of cast "Q8YES.MOV"
  28.     else if clipcount = 8 then
  29.       -- tease 
  30.       set the castNum of sprite 20 to the number of cast "Q9SORRY.MOV"
  31.     else
  32.       nothing
  33.     end if   
  34.   end if
  35.   spriteBox 20, 160, 130, 480, 370
  36.   --upDateStage
  37. end